home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
spinava historka
/
gEN.swf
/
scripts
/
DefineButton2_386
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2004-10-08
|
357b
|
13 lines
on(release){
_root.hero.clickSpot_x = 280;
_root.hero.clickSpot_y = 400;
if(getProperty(_root.cur, _X) > getProperty(_root.hero, _X))
{
setProperty("_root.hero.heroint", _xscale, "+100");
}
if(getProperty(_root.cur, _X) < getProperty(_root.hero, _X))
{
setProperty("_root.hero.heroint", _xscale, "-100");
}
}